home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 114
/
Vol 114.iso
/
games
/
way_of_t.swf
/
scripts
/
DefineSprite_223
/
frame_1
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2010-08-12
|
293 b
|
22 lines
if(_parent.direction == "left")
{
moveme = -9;
}
else
{
moveme = 9;
}
if(Key.isDown(Key.RIGHT) && _parent._x < 475)
{
bob = "standard";
}
else if(Key.isDown(Key.LEFT) && 75 < _parent._x)
{
bob = "standard";
}
else
{
bob = "straight up";
}
gotoAndPlay(bob);